home *** CD-ROM | disk | FTP | other *** search
- on profileinit
- clearGlobals()
- puppetTempo(15)
- puppetSound(2, "profile.aif")
- puppetSprite(20, 1)
- set randomcastnum to random(86) + 1
- if randomcastnum < 10 then
- set randomcastnum to "0" & randomcastnum
- end if
- set randomphoto to "INT_PR" & randomcastnum & ".PIC"
- set the castNum of sprite 20 to member randomphoto
- set the visible of sprite 20 to 1
- end
-